corepro_eg 1.0.5 → 1.0.6

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: b2cb36fc4da3e666e555d5f470f74d7006c8dc5d13461dbc5d826d86da45498a
4
- data.tar.gz: 016cbecd363b2b1f683e55e77a33fa6afce8f287b970f1eee43193bf0857e6c7
3
+ metadata.gz: 65eefa528b0b25994c532de7940c5773a379420c5dc9b63bd5b41be19ecbebf7
4
+ data.tar.gz: c84271792512a4675373407f71c783e110646f3dfaf521b871951f40ba52f158
5
5
  SHA512:
6
- metadata.gz: 3bed120dbf8e1b5c55338b60a5d13319205bfe84bb5276059a8f58b19ce8c798da745d7f1784a635774687846e3ce0838bfe19a611eea804a819314f942322ec
7
- data.tar.gz: 51f2c1abd52f7e01adea5de40c9e16263c94a1daac6c10a97a8ae05bb5eb75b45301ed0ef820b5d537a3897dbc75a989ebf21bcbf744ac4f66f5246e4927237a
6
+ metadata.gz: e86044c569481782d909ab72ed5c211ffb0d1ab97eb9d147f29f1ca58c30a208eba1d20cb9e77ddde0cecf845c6107a060800e7508b39f4cbf9ad98ac47dcd36
7
+ data.tar.gz: f7a279b88e8d5627b1774208a7bfaf13f1308253243db125f963992269c63d1e204c623512d5235c06bf45f52cd6b1983f803db1f3598c9902f3ba6a3065662b
@@ -89,9 +89,10 @@ module CorePro
89
89
  aid.accountId
90
90
  end
91
91
 
92
- def close(customerId, closeToAccountId, transactionTag, connection = nil, loggingObject = nil)
92
+ def close(customerId, accountId, closeToAccountId, transactionTag, connection = nil, loggingObject = nil)
93
93
  ac = CorePro::AccountClose.new
94
94
  ac.customerId = customerId
95
+ ac.accountId = accountId
95
96
  ac.closeToAccountId = closeToAccountId
96
97
  ac.transactionTag = transactionTag
97
98
  ac.close(connection, loggingObject)
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/ruby -w
2
2
  module CorePro
3
- VERSION = '1.0.5'
3
+ VERSION = '1.0.6'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corepro_eg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - devsupport