generated/stellar/payment_result_code.rb in stellar-base-0.26.0 vs generated/stellar/payment_result_code.rb in stellar-base-0.27.0

- old
+ new

@@ -6,10 +6,10 @@ # === xdr source ============================================================ # # enum PaymentResultCode # { # // codes considered as "success" for the operation -# PAYMENT_SUCCESS = 0, // payment successfuly completed +# PAYMENT_SUCCESS = 0, // payment successfully completed # # // codes considered as "failure" for the operation # PAYMENT_MALFORMED = -1, // bad input # PAYMENT_UNDERFUNDED = -2, // not enough funds in source account # PAYMENT_SRC_NO_TRUST = -3, // no trust line on source account