Skip to content

Commit

Permalink
Toki done
Browse files Browse the repository at this point in the history
  • Loading branch information
Cro8ox committed Jul 27, 2023
1 parent 2f9efd9 commit e3f1ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokipay/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package tokipay

const (
OrderStatusPaid string = "PAID"
OrderStatusPaid string = "COMPLETED"
OrderStatusPending string = "PENDING"
OrderStatusCanceled string = "EXPIRED"
OrderStatusExpired string = "EXPIRED"
Expand Down

0 comments on commit e3f1ab1

Please sign in to comment.