hapi-paypal
Advanced tools
Comparing version 0.0.50 to 0.0.51
@@ -12,7 +12,8 @@ import * as hapi from "hapi"; | ||
} | ||
export interface IPayPalRouteConfig extends hapi.RouteAdditionalConfigurationOptions { | ||
id: string; | ||
} | ||
export interface IPayPalRouteConfiguration extends hapi.RouteConfiguration { | ||
handler?: IPayPalRouteHandler; | ||
config: { | ||
id: string; | ||
}; | ||
config: IPayPalRouteConfig; | ||
} | ||
@@ -19,0 +20,0 @@ export declare type IPayPalRouteHandler = (request: hapi.Request, reply: hapi.ReplyNoContinue, error: any, response: any) => void; |
{ | ||
"name": "hapi-paypal", | ||
"version": "0.0.50", | ||
"version": "0.0.51", | ||
"description": "A hapi plugin to interface with PayPal Rest API's and webhooks.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
62524
691