Releases: bootpay/backend-ruby
Releases · bootpay/backend-ruby
v1.2.0 — NodeJS @bootpay/backend-js@2.6.0 parity
NodeJS @bootpay/backend-js@2.6.0 기준 PG API parity 보완
신규 11개 메서드 추가. 기존 메서드 시그니처/URL 불변, 백워드 호환 유지.
본인인증
request_authenticationconfirm_authenticationrealarm_authentication
현금영수증
cash_receipt_publish_on_receiptcash_receipt_cancel_on_receiptrequest_cash_receiptcancel_cash_receipt
자동이체 빌링키
request_subscribe_automatic_transfer_billing_keypublish_automatic_transfer_billing_key
단일 조회
lookup_billing_keysubscribe_payment_reserve_lookup
내부 변경
Bootpay::Rest#request에params:옵션 추가 — DELETE 의 query-string (현금영수증 취소의cancel_username/cancel_message) 등에 사용. 기존 호출은 영향 없음.
설치
```ruby
gem 'bootpay', '~> 1.2.0'
```