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: 84d92010d9555cd207609fdb2c65abc51ff444b388c9ff58631622df439b0bc6
4
- data.tar.gz: 8b3b080e9f3f61233ade765850487c924d5e79df81985a8e1345a4ab07142e9f
3
+ metadata.gz: e53639daaf974f1ff9de847415a07dd39affe51ee05c13fb14ed9d81ab5a55cb
4
+ data.tar.gz: 8fa9b3b5121baed9771b30561bf5cdc093df2f37e344d6b1d20f9bb3d8ba292c
5
5
  SHA512:
6
- metadata.gz: 386dd822005554f4fe7524eff2c178bf40f83ec02d83cc33d144dcbfc9c09fadb77215bdf905eab2045d4f000d1da131c0dfcef3caf26296d39fb28071203e37
7
- data.tar.gz: 87ab8f1d65f239ddb74e875de79622b1c8000090068885476ebbba5340bfecebeda18874295ed1acfc695e8a79de57dd4d8f79ee169cdb365acf07828dc00152
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 check_current_day
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
- trasnaction_date: params[:transaction_date], # NOTE: API has typo "trasnaction"
94
+ transaction_date: params[:transaction_date],
95
95
  bene_account_number: params[:bene_account_number]
96
96
  }
97
97
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DkPaymentGateway
4
- VERSION = '1.0.3'
4
+ VERSION = '1.0.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dk_payment_gateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tashi Dendup