Skip to content

Commit 8b9d02e

Browse files
committed
Updated API from documentation release
1 parent 34ded54 commit 8b9d02e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

api-specs/api/types/payment-method/PaymentMethod.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ properties:
4141
method?:
4242
type: string
4343
description: |
44-
Payment Method used for the Payment—for example, a credit card or cash advance.
44+
Payment Method used for the Payment—for example, a credit card or direct debit.
4545
paymentInterface?:
4646
type: string
4747
description: |

api-specs/api/types/payment-method/PaymentMethodDraft.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ properties:
3030
method?:
3131
type: string
3232
description: |
33-
Payment method to use for the Payment—for example, a credit card or cash advance.
33+
Payment method to use for the Payment—for example, a credit card or direct debit.
3434
paymentInterface?:
3535
type: string
3636
description: |

api-specs/api/types/payment-method/updates/PaymentMethodSetMethodAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ properties:
1111
method?:
1212
type: string
1313
description: |
14-
New payment method—for example, a credit card or cash advance.
14+
New payment method—for example, a credit card or direct debit.
1515
If empty, any existing value will be removed.

api-specs/api/types/payment/PaymentMethodInfo.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ properties:
1313
method?:
1414
type: string
1515
description: |
16-
Payment method used—for example, a credit card or cash advance.
16+
Payment method used—for example, a credit card or direct debit.
1717
name?:
1818
type: LocalizedString
1919
description: |

api-specs/api/types/payment/PaymentMethodInfoDraft.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ properties:
1414
method?:
1515
type: string
1616
description: |
17-
Payment method to use—for example, a credit card or cash advance.
17+
Payment method to use—for example, a credit card or direct debit.
1818
name?:
1919
type: LocalizedString
2020
description: |

api-specs/api/types/payment/updates/PaymentSetMethodInfoAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ properties:
1919
method?:
2020
type: string
2121
description: |
22-
Payment method to use—for example, a credit card or cash advance.
22+
Payment method to use—for example, a credit card or direct debit.
2323
If empty, any existing value will be removed.
2424
2525
Setting this field is equivalent to the `setMethodInfoMethod` action and will generate the [PaymentMethodInfoMethodSet](ctp:api:type:PaymentMethodInfoMethodSetMessage) Message.

0 commit comments

Comments
 (0)