mirror of
https://github.com/plutov/paypal.git
synced 2025-03-20 00:30:55 +01:00
9 lines
177 B
Go
9 lines
177 B
Go
package paypalsdk
|
|
|
|
import ()
|
|
|
|
// CreateDirectCreditCardPatment sends request with payment
|
|
func CreateDirectCreditCardPatment(cc CreditCrad, amount Amount) error {
|
|
return nil
|
|
}
|