Sha256: 4a1b356f7b9c30ed581c1e1539034bc208a3f0da487733d9f6ff297385588401
Contents?: true
Size: 513 Bytes
Versions: 3
Compression:
Stored size: 513 Bytes
Contents
require File.expand_path('../test_assistant', __FILE__) module Pingpp class CardInfoTest < Test::Unit::TestCase should "execute should return card info" do # 该接口仅支持 live key card_info = Pingpp::CardInfo.query({ :app => get_app_id, :bank_account => '6222280012469823' }) assert card_info.card_bin == '622228' assert card_info.app == get_app_id assert card_info.card_type == 2 assert card_info.open_bank_code == '0310' end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pingpp-2.2.4 | test/card_info_test.rb |
pingpp-2.2.3 | test/card_info_test.rb |
pingpp-2.2.2 | test/card_info_test.rb |