Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Latest commit

 

History

History
58 lines (42 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

58 lines (42 loc) · 2.38 KB

CHANGELOG

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)