Skip to content

Latest commit

 

History

History
90 lines (67 loc) · 4.67 KB

CHANGELOG.md

File metadata and controls

90 lines (67 loc) · 4.67 KB

CHANGELOG

0.5.7

  • Added nkf as a dependency. This fixes the warning that appears with Ruby 3.3.0 and later versions. #67

0.5.6

  • Support PayPal決済 #63
  • Support 銀行振込(バーチャル口座 あおぞら)#64
  • Update 送金サービス リンクタイプURL取得 #65
  • Update 送金サービス メール送金指示 #66

0.5.5

  • Enhanced encoding handling to prevent misjudgments during UTF-8 conversion #57 (Thanks @y-yagi)

0.5.4

  • Support 銀行振込(バーチャル口座)決済, モバイルSuica, 楽天Edy決済 #53 (Thanks @valda)
  • Support 継続課金 #31 (Thanks @yalab)

0.5.3

0.5.2

  • Support d払い/ドコモ払い(docomo payment), 楽天ペイ(Rakuten payment) #42 (Thanks @valda)
  • Add more G-series error codes #41 (Thanks @ermaac)

0.5.1

0.5.0

0.4.0

  • Multipayment API

  • RemittanceAPI

  • Add error messages to GMO API response along with error code and info #20 (Thanks @jagdeepsingh)

  • SiteAPI

    • Add support to search card detail by member_id #21 (Thanks @tkiha)
  • ShopAPI

    • Add token payment support #23 (Thanks @k0uki)

0.3.0

  • ShopAPI
    • Support LINE Pay payment #13 (Thanks @ryooob)

      ShopAPI#entry_tran_linepay, ShopAPI#exec_tran_linepay were added

    • Update required item on ShopAPI#exec_tran_cvs #15 (Thanks @pyonnuka)

  • SiteAPI
    • card_no and expire are not required for save_card if a token is used #17 (Thanks @mcfiredrill)
  • Testing
    • fix Spec and upgrade RSpec to v3 #14, #16, #18, #19 (Thanks @htz @cameluby @kazuooooo @mcfiredrill)

0.2.6

  • Fixes several Ruby warnings #8 (Thanks @amatsuda)

0.2.5

  • Support Pay-easy payment #7 (Thanks @ryooob)

0.2.4

  • Fix SiteAPI search_card required params (:card_seq is not required field)
  • Some refactoring

0.2.3

  • Added module GMO::JSON to blur the differences between the different MultiJson
  • Added test for ShopAndSiteAPI#trade_card
  • Fix typo and comment #4, #3 (Thanks @toshiwo, @fukayatsu)

0.2.2

  • Changed POST data encoding to Shift-JIS #2 (Thanks @keichan34)

0.2.1

  • Fix handling of ClientField options on GMO::Payment::ShopAPI#exec_tran

0.2.0

  • Use https scheme for rubygems source
  • Add support for required fields validation
  • Adds pay-by-Konbini support (Thanks @keichan34)