Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
17
server/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.js
generated
vendored
Normal file
17
server/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.js
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// File generated from our OpenAPI spec
|
||||
import { StripeResource } from '../../../StripeResource.js';
|
||||
const stripeMethod = StripeResource.method;
|
||||
export const Transactions = StripeResource.extend({
|
||||
createForceCapture: stripeMethod({
|
||||
method: 'POST',
|
||||
fullPath: '/v1/test_helpers/issuing/transactions/create_force_capture',
|
||||
}),
|
||||
createUnlinkedRefund: stripeMethod({
|
||||
method: 'POST',
|
||||
fullPath: '/v1/test_helpers/issuing/transactions/create_unlinked_refund',
|
||||
}),
|
||||
refund: stripeMethod({
|
||||
method: 'POST',
|
||||
fullPath: '/v1/test_helpers/issuing/transactions/{transaction}/refund',
|
||||
}),
|
||||
});
|
||||
Reference in New Issue
Block a user