台灣銀行電子化收款Barcode內容產生器
Gemfile 加上:
gem 'bot_ebill'
執行:
$ bundle
或直接執行:
$ gem install bot_ebill
@barcode_text = BotEbill::BarcodeText.new(
collection_no: "代收類別",
store_no: "超商代收項目",
order_no: "自訂編號",
price: "金額"
)
#台銀條碼內容
@barcode_text.bot_text
#超商條碼內容
@barcode_text.store_text
#郵局條碼內容
@barcode_text.post_office_text