File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,6 @@ bool PaymentRequestPlus::IsInitialized() const
5959 return paymentRequest.IsInitialized ();
6060}
6161
62- QString PaymentRequestPlus::getPKIType () const
63- {
64- if (!IsInitialized ()) return QString (" none" );
65- return QString::fromStdString (paymentRequest.pki_type ());
66- }
67-
6862bool PaymentRequestPlus::getMerchant (X509_STORE* certStore, QString& merchant) const
6963{
7064 merchant.clear ();
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ class PaymentRequestPlus
2929 bool SerializeToString (std::string* output) const ;
3030
3131 bool IsInitialized () const ;
32- QString getPKIType () const ;
3332 // Returns true if merchant's identity is authenticated, and
3433 // returns human-readable merchant identity in merchant
3534 bool getMerchant (X509_STORE* certStore, QString& merchant) const ;
You can’t perform that action at this time.
0 commit comments