diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-12-08 15:30:29 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-12-08 15:30:29 +0800 |
| commit | 98d64cb4dbe8d46e90aa976e08851015e0f665ae (patch) | |
| tree | 691e0f91a4664b6402b9921216d8bf176daacda8 | |
| parent | d9603434ec2a572ac46660ff05ecde16f5ce9999 (diff) | |
Add enum for when signature key doesn't match
| -rw-r--r-- | midtrans.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define MIDTRANS_H enum midtrans_transaction_status { + MIDTRANS_TRANSACTION_SIGNATUREKEYDOESNOTMATCH, MIDTRANS_TRANSACTION_SETTLEMENT = 200, MIDTRANS_TRANSACTION_PENDING, MIDTRANS_TRANSACTION_DENY |