Skip to content

Commit bcc876a

Browse files
authored
Remove converge app (#47)
1 parent a264d85 commit bcc876a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/beyond_api/resources/payment_methods.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def sort(payment_method_ids)
139139
# -H 'Authorization: Bearer <Access token>' \
140140
# -d '{
141141
# "name" : "Another name",
142-
# "description" : "Pay by Converge.",
142+
# "description" : "Pay by ACME.",
143143
# "taxClass" : "REGULAR",
144144
# "discountOrFee" : {
145145
# "type" : "ABSOLUTE",
@@ -166,7 +166,7 @@ def sort(payment_method_ids)
166166
# @example
167167
# body = {
168168
# "name" => "Another name",
169-
# "description" => "Pay by Converge.",
169+
# "description" => "Pay by ACME.",
170170
# "tax_class" => "REGULAR",
171171
# "discount_or_fee" => {
172172
# "type" => "ABSOLUTE",

0 commit comments

Comments
 (0)