DaffTestingPaypalService
import { DaffTestingPaypalService } from '@daffodil/paypal/driver/testing'
@Injectable()
class DaffTestingPaypalService implements DaffPaypalExpressServiceInterface<DaffPaypalExpressTokenRequest, DaffPaypalExpressTokenResponse> {
generateToken(
cartId: string
tokenRequest: DaffPaypalExpressTokenRequest
): Observable<DaffPaypalExpressTokenResponse>
}
Properties
Name | Type | Description |
---|---|---|
generateToken | Observable<DaffPaypalExpressTokenResponse> |