dk_payment_gateway 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e53639daaf974f1ff9de847415a07dd39affe51ee05c13fb14ed9d81ab5a55cb
|
|
4
|
+
data.tar.gz: 8fa9b3b5121baed9771b30561bf5cdc093df2f37e344d6b1d20f9bb3d8ba292c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c28d86600b95617cda0340e05eb07aa89bf5a43cf8eade1651be1e21c7b67a54742b6f67c91c52a20cb75b0e5488a76dfd6b26b50fc76bfbfb6a0a53897dcd0
|
|
7
|
+
data.tar.gz: 7e44662337c38f86c9cc497f87adb4d30e7da2ac6978617e2a951305be610a87a33e1dcb8a0bdbcfe77c45fb6b3c0ded179ef38df8c582875ee42b4967bf07ac
|
|
@@ -74,7 +74,7 @@ module DkPaymentGateway
|
|
|
74
74
|
end
|
|
75
75
|
|
|
76
76
|
# Alias for better readability
|
|
77
|
-
alias check_status
|
|
77
|
+
alias check_status check_current_day_intra
|
|
78
78
|
alias check_historical_status check_previous_days
|
|
79
79
|
|
|
80
80
|
private
|
|
@@ -91,7 +91,7 @@ module DkPaymentGateway
|
|
|
91
91
|
{
|
|
92
92
|
request_id: Utils.generate_request_id,
|
|
93
93
|
transaction_id: params[:transaction_id],
|
|
94
|
-
|
|
94
|
+
transaction_date: params[:transaction_date],
|
|
95
95
|
bene_account_number: params[:bene_account_number]
|
|
96
96
|
}
|
|
97
97
|
end
|