Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
21
server/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.js
generated
vendored
Normal file
21
server/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.js
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
// File generated from our OpenAPI spec
|
||||
import { StripeResource } from '../../../StripeResource.js';
|
||||
const stripeMethod = StripeResource.method;
|
||||
export const Cards = StripeResource.extend({
|
||||
deliverCard: stripeMethod({
|
||||
method: 'POST',
|
||||
fullPath: '/v1/test_helpers/issuing/cards/{card}/shipping/deliver',
|
||||
}),
|
||||
failCard: stripeMethod({
|
||||
method: 'POST',
|
||||
fullPath: '/v1/test_helpers/issuing/cards/{card}/shipping/fail',
|
||||
}),
|
||||
returnCard: stripeMethod({
|
||||
method: 'POST',
|
||||
fullPath: '/v1/test_helpers/issuing/cards/{card}/shipping/return',
|
||||
}),
|
||||
shipCard: stripeMethod({
|
||||
method: 'POST',
|
||||
fullPath: '/v1/test_helpers/issuing/cards/{card}/shipping/ship',
|
||||
}),
|
||||
});
|
||||
Reference in New Issue
Block a user