payhyper 0.4.3 → 0.4.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
  SHA1:
3
- metadata.gz: 276cfb92fc026cd8fa095b218e4cf71617c95808
4
- data.tar.gz: fb84b3b642c1a4a5d734314c202f223187bb35cf
3
+ metadata.gz: ca9f715921c0ba19c3a9701636e92ff57ca139a2
4
+ data.tar.gz: ac5f74d09fb41db69f5bacf2b452f730121c56b8
5
5
  SHA512:
6
- metadata.gz: 86e1f603b089283a66d6e88093e530b24ebc0c9d5e6c4a7d5c574e84fb6cb244ddec436b04074d482950257c4a481a272cb0648dee788b648c4386a9a14f7603
7
- data.tar.gz: 99baeb86e4ebc7670913ea5881e152c08d4d66070fca6e4536a0dd22b18dc85b191cbaef5580eeb0509da31d589791ac73e40c5d073c93582ee3a9b6734ad0a5
6
+ metadata.gz: 22741f16005c4367c598ab4f2a15df0ec818d58cb35dde05bfbcea90eda8f3be1085f763217bcd3691a2920f2c8995fb36c4245f74ef815d1b99139a01f01755
7
+ data.tar.gz: 41c4026ec76049080fa539e8773b826328a3ab4faf67b8656dea0b31ee59c7297d9dd802520340553376d51b0e279958644cf6158cdc6c5bfc6eab4c35c2b4b2
@@ -22,11 +22,11 @@ module PayHyper
22
22
  }
23
23
  end
24
24
 
25
- CURRENCIES = %w{JOD USD BHD GBP EGP KWD OMR QAR SAR TRY AED PKR}
25
+ CURRENCIES = %w{JOD USD BHD GBP EGP KWD OMR QAR SAR TRY AED PKR IQD}
26
26
  COUNTRY_CODES = {
27
27
  "JO" => "962",
28
28
  "SA" => "966",
29
- "KW" => "965",
29
+ "IQ" => "964",
30
30
  "PK" => "92",
31
31
  }
32
32
  COUNTRIES = COUNTRY_CODES.keys
@@ -1,3 +1,3 @@
1
1
  module PayHyper
2
- VERSION = '0.4.3'
2
+ VERSION = '0.4.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payhyper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sinan Taifour
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.6.8
78
+ rubygems_version: 2.6.12
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: The Ruby bindings of the Hyper API