Module: Bootpay

Defined in:
lib/bootpay.rb,
lib/response.rb,
lib/bootpay/version.rb,
lib/bootpay_commerce.rb,
lib/bootpay/commerce/cart.rb,
lib/bootpay/commerce/user.rb,
lib/bootpay/commerce/order.rb,
lib/bootpay/commerce/point.rb,
lib/bootpay/commerce/store.rb,
lib/bootpay/commerce/coupon.rb,
lib/bootpay/commerce/invoice.rb,
lib/bootpay/commerce/product.rb,
lib/bootpay/commerce/category.rb,
lib/bootpay/commerce/user_group.rb,
lib/bootpay/commerce/order_cancel.rb,
lib/bootpay/commerce/commerce_resource.rb,
lib/bootpay/commerce/order_subscription.rb,
lib/bootpay/commerce/order_subscription_bill.rb,
lib/bootpay/commerce/order_subscription_request.rb,
lib/bootpay/commerce/order_subscription_adjustment.rb

Defined Under Namespace

Modules: Authentication, AutomaticTransfer, Billing, Cancel, CashReceipt, Commerce, Easy, Escrow, Link, Naverpay, PaymentResource, Reseller, Rest, Submit, Token, Verification, Wallet Classes: Api, Response

Constant Summary collapse

VERSION =
"1.2.0"
BANKCODE =
{
  "한국은행"    => "001",
  "기업은행"    => "003",
  "국민은행"    => "004",
  "외환은행"    => "005",
  "수협은행"    => "007",
  "농협은행"    => "011",
  "우리은행"    => "020",
  "SC은행"    => "023",
  "대구은행"    => "031",
  "부산은행"    => "032",
  "광주은행"    => "034",
  "경남은행"    => "039",
  "우체국"     => "071",
  "KEB하나은행" => "081",
  "신한은행"    => "088",
  "케이뱅크"    => "089",
  "카카오뱅크"   => "090",
}