We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a264d85 commit bcc876aCopy full SHA for bcc876a
lib/beyond_api/resources/payment_methods.rb
@@ -139,7 +139,7 @@ def sort(payment_method_ids)
139
# -H 'Authorization: Bearer <Access token>' \
140
# -d '{
141
# "name" : "Another name",
142
- # "description" : "Pay by Converge.",
+ # "description" : "Pay by ACME.",
143
# "taxClass" : "REGULAR",
144
# "discountOrFee" : {
145
# "type" : "ABSOLUTE",
@@ -166,7 +166,7 @@ def sort(payment_method_ids)
166
# @example
167
# body = {
168
# "name" => "Another name",
169
- # "description" => "Pay by Converge.",
+ # "description" => "Pay by ACME.",
170
# "tax_class" => "REGULAR",
171
# "discount_or_fee" => {
172
# "type" => "ABSOLUTE",
0 commit comments